home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1995 May
/
PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso
/
vbits
/
code
/
cert
/
trk3_eg
/
check_4
/
global.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1994-02-28
|
372 b
|
18 lines
Option Explicit
Global Const squarew = 8
Global Const squareh = 8
Global Const deltawidth = 200
Global Const deltaheight = 200
Global timeFlag As Integer
Global downrc As Integer
Global currow As Integer
Global curcol As Integer
Global squares(1 To squarew, 1 To squareh) As Integer
Global color As Integer
Global Const red = 1
Global Const blue = -1